Click or drag to resize

ServiceCancelMeetingRequest Method (IListCancelItem, MessageDisposition)

Cancels meetings.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> CancelMeetingRequest(
	IList<CancelItem> cancelItems,
	MessageDisposition messageDisposition
)

Parameters

cancelItems
Type: System.Collections.GenericIListCancelItem
The cancel items.
messageDisposition
Type: Independentsoft.ExchangeMessageDisposition
The message disposition.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also